home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / infrarexx / examples / toolmanager / start example < prev    next >
Encoding:
Text File  |  1995-09-30  |  323 b   |  11 lines

  1. ; InfraRexx Example showing use of ToolManager Dock as remote control window
  2. ;
  3. ; Example created by Ketil Hunn, adapted by Leon Woestenberg.
  4. ;
  5. ; add an assign for the buttons
  6. Assign NAME DOCK: TARGET "Icons" ADD
  7.  
  8. ; start ToolManager (we would like to use APPEND instead of USE here)
  9. ToolManager FROM ToolManager.prefs USE
  10.  
  11.